/* Wizard Style */
.image-placeholder-faculty{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f5f5f5;
    position: relative;
    margin: auto;
}
.faculty-profile-user-img {
    border: 3px solid #17a2b8;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
  }
/* .faculty-profile-user-img:hover {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
  } */

.camera-icon-faculty {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #17a2b8;
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.camera-icon-faculty:hover {
    border: 1px solid #f5f5f5;

}

.camera-icon-faculty::before {
    border: 1px solid #f5f5f5;  
    border-top: none;
    border-right: none;
}

.camera-icon-faculty:hover {
    background-color: #f0ecec;
}
.asd {
    color: #f2f5f9;

 }
 
 .asd:hover {
     color: #4c4e4f;
     font-size: 30px;
     /* transition: 1s ease-out; */
     width: 25px;
     cursor: pointer;
 }

.image-faculty {
    display: block;
    max-width: 100%;
}
.preview-faculty {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 20px;
    border: 1px solid red;
}

.steps>li .step,
.steps>li.complete .step:before {
    line-height: 30px;
    background-color: #FFF;
    text-align: center
}

.steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative
}

.steps>li {
    display: table-cell;
    text-align: center;
    width: 1%
}

.steps>li .step {
    border: 5px solid #CED1D6;
    color: #007bff;
    font-size: 15px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px
}

.steps>li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #CED1D6;
    position: relative;
    top: 21px;
    z-index: 1
}

.steps>li.last-child:before {
    max-width: 50%;
    width: 50%
}

.steps>li:last-child:before {
    max-width: 50%;
    width: 50%
}

.steps>li:first-child:before {
    max-width: 51%;
    left: 50%
}

.steps>li.active .step,
.steps>li.active:before,
.steps>li.complete .step,
.steps>li.complete:before {
    border-color: #007bff;
}

.steps>li.complete .step {
    cursor: default;
    color: #FFF;
    -webkit-transition: transform ease .1s;
    -o-transition: transform ease .1s;
    transition: transform ease .1s
}

.steps>li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    content: "\2714";
    z-index: 3;
    font-family: FontAwesome;
    font-size: 23px;
    color: #28a745;
}

.step-content,
.tree {
    position: relative
}

.steps>li.complete:hover .step {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-color: #007bff;
}

.steps>li.complete:hover:before {
    border-color: #007bff;
}

.steps>li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #07090c;
    font-weight: bold;

    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word
}

.steps>li.active .title,
.steps>li.complete .title {
    color: #007bff;
}

.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px
}

.step-content .step-pane.active {
    display: block
}

.wizard-actions {
    text-align: left
}

@media only screen and (max-width:767px) {

    .steps li .step,
    .steps li:after,
    .steps li:before {
        border-width: 3px
    }

    .steps li .step {
        width: 30px;
        height: 30px;
        line-height: 24px
    }

    .steps li.complete .step:before {
        line-height: 24px;
        font-size: 13px
    }

    .steps li:before {
        top: 16px
    }

    .step-content .step-pane {
        padding: 4px 4px 6px;
        min-height: 150px
    }


}
.skin-blue .main-header .navbar {
    background-color: #007bff;
}
@media (max-width: 767px) {
    .modal-xl1 {
        width: 100%;
        max-width: 100%;
    }

    #modal-make-payment .modal-dialog {
        margin: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #modal-make-payment .modal-body {
        height: auto;
    }
}
.info-box1 {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #007bff, #00a8ff); 
    /* background: linear-gradient(135deg, #28a745, #8df1a5);  */
    /* background: linear-gradient(135deg, #ffc107, #00a8ff); */


    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #fff;
    transition: transform 0.3s;
  }
  
  .info-box1:hover {
    transform: translateY(-3px);
  }
  
  .info-box1-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-right: 1rem;
    transition: transform 0.3s;
  }
  
  .info-box1:hover .info-box1-icon {
    transform: scale(1.0);
  }
  
  .info-box1-content {
    flex-grow: 1;
  }
  
  .info-box1-text {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  
  .info-box1-number {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  
  .progress1 {
    height: 0.25rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0.5rem;
  }
  
  .progress1-bar {
    height: 100%;
    background-color: #fff;
    width: 70%;
  }
  
  .progress1-description {
    font-size: 0.875rem;
  }
  .pace-done .pace {
    display: none !important;
 }

 .highlight {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 7px;
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
  }
  
  .highlight::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #dc3545, #ffc107);
    border-radius: 10px 10px 0 0;
  }
  
  .highlight::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #ffc107, #dc3545);
    border-radius: 0 0 10px 10px;
  }
  
  .highlight label {
    display: block;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  
  .highlight p {
    margin-top: 15px;
  }
  
  .highlight .btn {
    background-color: #dc3545;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .highlight .btn:hover {
    background-color: #c82333;
  }
  
  .highlight .btn:focus {
    outline: none;
  }
  
  .highlight .btn:active {
    transform: scale(0.98);
  }
  
  .highlight .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  /* .btn-primary {
    min-width: unset;
    width: 122px;
} */
.modal .btn-primary {
  min-width: unset;
  width: 7.625rem;
}
.bttn-primary {
  position: relative;
  padding: 8px 16px;
  background: #007bff;
  border: none;
  outline: none;
  border-radius: 0.25rem;
 cursor: pointer;
 width: 122px;
}
.bttn-primary:hover {
    color: #212529;
  background-color: #0069d9;
  border-color: #0062cc;
}
.bttn-primary:active {
  background: #007a63;
}
.bttn-primary .button__text {
  font: 1rem;
  font-weight:400;
  color: #ffffff;
  transition: all 0.2s;
}
.bttn-primary.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}
.bttn-primary.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.button {
  position: relative;
}

.button__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #007bff;
  z-index: 1;
  transition: width 0.3s ease-in-out;
}

.button__text {
  position: relative;
  z-index: 2; 
}

.button:active .button__progress {
  width: 100%;
}

.dropdown-item-collection {
  border-color: transparent !important;
  width: 100% !important;
  box-shadow: none !important;
  background: #f8f9fa !important;
  display: flex !important;
  justify-content: start !important;
  flex-direction: column !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 12px; 
  font-weight: 500; 
  color: #333; 
  white-space: nowrap;
}

.dropdown-item-collection:last-child {
  border-bottom: none !important; 
}

.dropdown-item-collection:hover {
  border-color: transparent !important;
  background-color: #e9ecef !important;
  padding-left: 14px !important; 
  border-left: 2px solid #007bff !important; 
  transition: all 0.4s ease-in-out !important;
}

.dt-button-collection {
  box-shadow: none !important;
  display: flex !important;
  justify-content: start !important;
  flex-direction: column !important;
  border: #07090c;
  width: 206px;
}

div.dt-button-collection {
  background-color: #f8f9fa;
  color: #444;
  width: 206px;
}